Class: Aws::Lightsail::Types::OperationFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::OperationFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Lightsail throws this exception when an operation fails to execute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
12113 12114 12115 12116 12117 12118 12119 12120 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12113 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
12113 12114 12115 12116 12117 12118 12119 12120 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12113 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
12113 12114 12115 12116 12117 12118 12119 12120 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12113 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
12113 12114 12115 12116 12117 12118 12119 12120 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12113 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |