Class: Aws::Glacier::Errors::PolicyEnforcedException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glacier::Errors::PolicyEnforcedException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PolicyEnforcedException
constructor
A new instance of PolicyEnforcedException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PolicyEnforcedException
Returns a new instance of PolicyEnforcedException.
176 177 178 |
# File 'lib/aws-sdk-glacier/errors.rb', line 176 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
186 |
# File 'lib/aws-sdk-glacier/errors.rb', line 186
def code: () -> ::String
|
#message ⇒ String
191 |
# File 'lib/aws-sdk-glacier/errors.rb', line 191
def message: () -> ::String
|
#type ⇒ String
181 |
# File 'lib/aws-sdk-glacier/errors.rb', line 181
def type: () -> ::String
|