Class: Aws::Schemas::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::InternalServerErrorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
917 918 919 920 921 922 |
# File 'lib/aws-sdk-schemas/types.rb', line 917 class InternalServerErrorException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
917 918 919 920 921 922 |
# File 'lib/aws-sdk-schemas/types.rb', line 917 class InternalServerErrorException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |