Class: Aws::SageMakerGeospatial::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::InternalServerException
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
923 924 925 926 927 928 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 923 class InternalServerException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
923 924 925 926 927 928 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 923 class InternalServerException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |