Class: Aws::Lightsail::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
A general service exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13982 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13982 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13982 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13982 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |