Class: Aws::SMS::Types::InternalError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::InternalError
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
An internal error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
928 929 930 931 932 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 928 class InternalError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |