Class: Aws::Lightsail::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ServiceException
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
A general service exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
13883 13884 13885 13886 13887 13888 13889 13890 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13883 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
13883 13884 13885 13886 13887 13888 13889 13890 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13883 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
13883 13884 13885 13886 13887 13888 13889 13890 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13883 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
13883 13884 13885 13886 13887 13888 13889 13890 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13883 class ServiceException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |