get_environment
(**kwargs)¶Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
See also: AWS API Documentation
Request Syntax
response = client.get_environment(
EnvironmentIdentifier='string'
)
[REQUIRED]
The ID of the environment.
{
'Arn': 'string',
'CreatedTime': datetime(2015, 1, 1),
'Description': 'string',
'EnvironmentId': 'string',
'Error': {
'AccountId': 'string',
'AdditionalDetails': {
'string': 'string'
},
'Code': 'INVALID_RESOURCE_STATE'|'RESOURCE_LIMIT_EXCEEDED'|'RESOURCE_CREATION_FAILURE'|'RESOURCE_UPDATE_FAILURE'|'SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE'|'RESOURCE_DELETION_FAILURE'|'RESOURCE_RETRIEVAL_FAILURE'|'RESOURCE_IN_USE'|'RESOURCE_NOT_FOUND'|'STATE_TRANSITION_FAILURE'|'REQUEST_LIMIT_EXCEEDED'|'NOT_AUTHORIZED',
'Message': 'string',
'ResourceIdentifier': 'string',
'ResourceType': 'ENVIRONMENT'|'APPLICATION'|'ROUTE'|'SERVICE'|'TRANSIT_GATEWAY'|'TRANSIT_GATEWAY_ATTACHMENT'|'API_GATEWAY'|'NLB'|'TARGET_GROUP'|'LOAD_BALANCER_LISTENER'|'VPC_LINK'|'LAMBDA'|'VPC'|'SUBNET'|'ROUTE_TABLE'|'SECURITY_GROUP'|'VPC_ENDPOINT_SERVICE_CONFIGURATION'|'RESOURCE_SHARE'|'IAM_ROLE'
},
'LastUpdatedTime': datetime(2015, 1, 1),
'Name': 'string',
'NetworkFabricType': 'TRANSIT_GATEWAY'|'NONE',
'OwnerAccountId': 'string',
'State': 'CREATING'|'ACTIVE'|'DELETING'|'FAILED',
'Tags': {
'string': 'string'
},
'TransitGatewayId': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the environment.
A timestamp that indicates when the environment is created.
The description of the environment.
The unique identifier of the environment.
Any error associated with the environment resource.
The Amazon Web Services account ID of the resource owner.
Additional details about the error.
The error code associated with the error.
The message associated with the error.
The ID of the resource.
The type of resource.
A timestamp that indicates when the environment was last updated.
The name of the environment.
The network fabric type of the environment.
The Amazon Web Services account ID of the environment owner.
The current state of the environment.
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
The ID of the transit gateway set up by the environment.
Exceptions
MigrationHubRefactorSpaces.Client.exceptions.ResourceNotFoundException
MigrationHubRefactorSpaces.Client.exceptions.InternalServerException
MigrationHubRefactorSpaces.Client.exceptions.ValidationException
MigrationHubRefactorSpaces.Client.exceptions.ThrottlingException
MigrationHubRefactorSpaces.Client.exceptions.AccessDeniedException